DicomObjects.NET10 Documentation
Reference Material / Contents of this version
In This Topic
    Contents of this version
    In This Topic

    Main library files (All DICOM operations)


    Optional

    Video support using FFmpeg

    FFmpeg native libraries are supplied for Windows, Linux and macOS. Please include only the libraries for the platform(s) your application targets.

    Windows

    32 bit

    64 bit

    • avcodec.x86-61.dll
    • avdevice.x86-61.dll
    • avfilter.x86-10.dll
    • avformat.x86-61.dll
    • avutil.x86-59.dll
    • swresample.x86-5.dll
    • swscale.x86-8.dll
    • avcodec.x64-61.dll
    • avdevice.x64-61.dll
    • avfilter.x64-10.dll
    • avformat.x64-61.dll
    • avutil.x64-59.dll
    • swresample.x64-5.dll
    • swscale.x64-8.dll
    * Please include appropriate DLLs depending on your project platform. You may include both sets of DLLs if your application supports both 32-bit and 64-bit Windows.

    Linux

    32 bit

    64 bit

    • libavcodec.x32.so.61
    • libavdevice.x32.so.61
    • libavfilter.x32.so.10
    • libavformat.x32.so.61
    • libavutil.x32.so.59
    • libswresample.x32.so.5
    • libswscale.x32.so.8
    • libavcodec.x64.so.61
    • libavdevice.x64.so.61
    • libavfilter.x64.so.10
    • libavformat.x64.so.61
    • libavutil.x64.so.59
    • libswresample.x64.so.5
    • libswscale.x64.so.8

    macOS

    64-bit only. Each library is supplied as a fully-versioned file together with a short-name companion; please include both files for each library.